From 657a2d6372fc7685b8c1aa81e951431c150ad545 Mon Sep 17 00:00:00 2001 From: Carlos Laviola Date: Mon, 13 Oct 2014 19:16:54 +0000 Subject: [PATCH] armhf-linker-path This patch fixes path to the dynamic linker for armhf architecture. Gbp-Pq: Name armhf-linker-path.diff --- fpcsrc/compiler/systems/t_linux.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpcsrc/compiler/systems/t_linux.pas b/fpcsrc/compiler/systems/t_linux.pas index cef9a06f..cc67afa8 100644 --- a/fpcsrc/compiler/systems/t_linux.pas +++ b/fpcsrc/compiler/systems/t_linux.pas @@ -186,7 +186,7 @@ begin {$ifdef arm} {$ifdef FPC_ARMHF} - defdynlinker:='/lib/arm-linux-gnueabihf/ld-linux.so.3'; + defdynlinker:='/lib/ld-linux-armhf.so.3'; {$else FPC_ARMHF} {$ifdef FPC_ARMEL} defdynlinker:='/lib/ld-linux.so.3'; -- 2.30.2